queries
a:1:{s:32:"task.get_incomplete_future_tasks";s:112:"SELECT `title` FROM `task`
WHERE `due_date` > CURRENT_TIMESTAMP
AND `date_completed` IS NOT NULL
;";}
a:1:{s:32:"task.get_incomplete_future_tasks";s:112:"SELECT `title` FROM `task`
WHERE `due_date` > CURRENT_TIMESTAMP
AND `date_completed` IS NOT NULL
;";}